GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter / GetTextLineTop Method





In This Topic
GetTextLineTop Method (GdPictureSegmenter)
In This Topic
Syntax
'Declaration
 
Public Function GetTextLineTop( _
   ByVal SegmentationResultID As String, _
   ByVal TextLineIdx As Integer _
) As Integer
public int GetTextLineTop( 
   string SegmentationResultID,
   int TextLineIdx
)
public function GetTextLineTop( 
    SegmentationResultID: String;
    TextLineIdx: Integer
): Integer; 
public function GetTextLineTop( 
   SegmentationResultID : String,
   TextLineIdx : int
) : int;
public: int GetTextLineTop( 
   string* SegmentationResultID,
   int TextLineIdx
) 
public:
int GetTextLineTop( 
   String^ SegmentationResultID,
   int TextLineIdx
) 

Parameters

SegmentationResultID
TextLineIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter
GdPictureSegmenter Members